离散随机变量的期望值 - 知识点总结
离散随机变量X的期望值E(X)是所有可能取值与其对应概率乘积的总和,表示随机变量的长期平均值。
The expected value E(X) of a discrete random variable X is the sum of all possible values multiplied by their corresponding probabilities, representing the long-term average value of the random variable.
数学定义 / Mathematical Definition:
\[E(X) = \sum x P(X = x)\]
对于随机变量X的函数g(X),其期望值E(g(X)) = Σg(x)P(X = x)。特别地,E(X²) = Σx²P(X = x)。
For a function g(X) of random variable X, the expected value E(g(X)) = Σg(x)P(X = x). In particular, E(X²) = Σx²P(X = x).
重要性质 / Important Property:任何随机变量的函数也是随机变量
期望值是一个理论量,给出关于随机变量概率分布的信息。它表示在大量重复实验中的平均结果。
The expected value is a theoretical quantity that gives information about the probability distribution of a random variable. It represents the average result over a large number of repeated experiments.
符号 / Notation:期望值有时称为均值,用希腊字母μ表示
| 例子类型 | 描述 | 关键点 |
|---|---|---|
| 公平骰子 | 计算六面骰子的期望值 | E(X) = 3.5,不一定是实际可能取值 |
| 未知参数 | 使用期望值求解概率分布中的未知参数 | 联立方程组求解p和q |
| 函数期望值 | 计算X²等函数的期望值 | E(X²) ≠ [E(X)]² |